home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 11 / Hot Mix 11.iso / .all / bin / infoWEB.sh (.txt) < prev    next >
Linux/UNIX/POSIX Shell Script  |  1995-07-16  |  800b  |  19 lines

  1. #!/bin/sh
  2.  
  3. case  `/usr/bin/X11/xconfirm -icon info -t " " \
  4. -t "NOTE: WebSpace requires the installation of Netscape Navigator 1.1 " \
  5. -t " " \
  6. -t "Please use the WebFORCE Browse 1.0 CD that came bundled with Hot Mix 11, or contact webforce@sgi.com for a CD." \
  7. -t "You can also access http://www.sgi.com/Products/WebFORCE/ through the Internet." \
  8. -t " " \
  9. -t "It is recommended that you install the complete WebFORCE Browse package that includes:" \
  10. -t "   WebFORCE Digital Media Tools Suite - Tools you need to capture, edit, and playback audio, video, and images. " \
  11. -t "   Netscape Navigator software - The client software that makes navigating information on the Internet" \
  12. -t "                                 as simple as point-and-click. " \
  13. -t " " \
  14. -B OK`
  15. in 
  16.         OK) exit  ;;
  17. esac
  18.  
  19.